bufio.Reader.fill (method)
8 uses
bufio (current package)
bufio.go#L96: func (b *Reader) fill() {
bufio.go#L148: b.fill() // b.w-b.r < len(b.buf) => buffer is not full
bufio.go#L188: b.fill()
bufio.go#L269: b.fill() // buffer is empty
bufio.go#L304: b.fill() // b.w-b.r < len(buf) => buffer is not full
bufio.go#L376: b.fill() // buffer is not full
bufio.go#L536: b.fill() // buffer not full
bufio.go#L546: b.fill() // buffer is empty
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |